home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / text / info / mci-tilde < prev    next >
Text File  |  1994-11-17  |  4KB  |  95 lines

  1. MCI Imbedded control sequence
  2.  
  3. Any text file may contain imbedded control sequences which will send out
  4. variable text or cause certain things to happen.
  5. These sequence are:
  6.  
  7.  ALL COMMANDS ARE CASE SENSITIVE!!!!!!!!
  8.  MCI commands are terminated with an '|' or ' '.
  9.  
  10. MCI - Introducer
  11. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. ~ This is the MCI introducer, this must be at the beginning of
  13.   each text file by itself inorder for Express to switch to the MCI
  14.   interpreter for displaying the text file.
  15.  
  16. MCI - User Specification -
  17. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. ~N|      User Name
  19. ~UL|     User Location
  20. ~P|      User Password
  21. ~#|      User Phone
  22. ~TC|     Total User Calls
  23. ~LC|     User Last Call to the system
  24. ~M|      User Message Posted
  25. ~A|      User Access Level
  26. ~S|      User Slot Number
  27. ~CA|     User Conf. Access    **** NOTE CHANGED FROM X ****
  28. ~BR|     User BaudRate
  29. ~HW|     User Computer Equipment
  30. ~TL|     User Inital Time Limit at logon in Minutes
  31. ~TR|     User Number of Mins Remaning today
  32. ~UB|     User Bytes Uploaded
  33. ~DB|     User Bytes Downloaded
  34. ~FU|     User Files Uploaded
  35. ~FD|     User Files Downloaded
  36. ~BD|     User Byte Download Limit
  37. ~LG|     User Logged On-Node
  38. ~Dx|     Change the MCI command terminator. ie: ~D.| will change the '|' to '.'~cx|     Change foreground ansi color to anything from 0-f.
  39. ~bx|     Change background ansi color to anything from 0-f.
  40. ~h|      Back Space
  41. ~q|      Change to default ANSI mode.
  42. ~f|      Clear Screen.
  43. ~nx|     Newlines where x is the number of them you would like
  44. ~~       This indicates you wish the ~ symbol to apprear, you can have as
  45.          many of them as you like after the first ~ to display them
  46.          (NOTE: no ',' on this command)
  47. ~xn|     Goto X position on screen. ie: ~x10|
  48. ~yn|     Goto Y position on screen. ie: ~y10|
  49.  
  50. NOTE: The above commands allow you to specify a width identifier before the
  51.       action test.. ie:
  52.  
  53.       ~10N| would only display the first 10 letters of the username.
  54.  
  55. MCI - System Specification -
  56. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57. ~SC|     System Total calls
  58. ~O|      Number of the other users currently Online (not implemented)
  59. ~CT|     Show current Time
  60. ~DT|     Show current Date
  61.  
  62. MCI - Extra Specification -
  63. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  64. ~CR|             will wait for any key to be pressed.
  65. ~CR_Prompt|      will wait for and prompt the user to press any key.
  66.                  ie: ~CR_PressAnyKey|
  67. ~SP|             will do a standard pause, this is useful to put in between
  68.                  each ~SS command.
  69. ~CE,             Enable  CTRL+C during showfile (not implemented)
  70. ~CD,             Disable CTRL+C during showfile (not implemented)
  71. ~SE(x)           Turn OFF Output of screen if user has not access to conf.(x)
  72. ~SD(x)           Turn Output BACK on that was disabled with previous command
  73. ~SS_Name|        Show <name> file. This file may also be an MCI file.
  74.                  WARNING: This command could cause a serious loop problem if
  75.                  you tell it to show the same file you are viewing.
  76.                  WARNING: You may need to increase STACK if you nest to many of                 these files.
  77.  
  78.                  NOTE: If this command is accessed via the message base or the
  79.                        View or ViewSysop commands, then the file you are going
  80.                        to view has to have a file comment of
  81.                        'Allowed' or '{xxx}Allowed'
  82.  
  83.                        {xxx} specifies security level or above ie:
  84.  
  85.                        {050}Allowed, idicates that only those over or equal to
  86.                        access level of 50 are allowed to view the file.
  87.  
  88. ~CC_Name|        Launch a door 'Name' is the door's name.
  89.                  ie: ~CC_WHO| will look in conference customcommands and then
  90.                  bbs:commands/customcommands
  91. ~CL|             this command will display a list of conferences, commonly used                 in the JoinConf.txt file
  92.  
  93. NOTE: All MCI commands have a '|' at the end except for the first initiator.
  94.       You may optionally use a ' ' instead of '|' as a terminator.
  95.